Skip to content

Conversation

@voltagent-bot
Copy link
Member

@voltagent-bot voltagent-bot commented Jan 5, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@voltagent/[email protected]

Patch Changes

  • #915 37cc8d3 Thanks @omeraplak! - feat: add Cloudflare D1 memory adapter for Workers

    You can now persist Memory V2 in Cloudflare D1 using @voltagent/cloudflare-d1. The adapter accepts a
    D1 binding directly, so you can keep Worker bindings inside your fetch handler and wire them into
    VoltAgent via a small factory.

    Serverless routes still inject Worker env into request contexts for ad-hoc access in tools or
    workflow steps. The D1 memory adapter does not require this and works with the binding directly.

    Usage:

    import { Memory } from "@voltagent/core";
    import { D1MemoryAdapter } from "@voltagent/cloudflare-d1";
    
    const memory = new Memory({
      storage: new D1MemoryAdapter({
        binding: env.DB,
      }),
    });

@voltagent/[email protected]

Patch Changes

  • #916 0707471 Thanks @omeraplak! - fix: infer structured output types for generateText

    generateText now propagates the provided Output.* spec into the return type, so result.output is no longer unknown when using Output.object, Output.array, etc.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Jan 5, 2026

Deploying voltagent with  Cloudflare Pages  Cloudflare Pages

Latest commit: fb690e6
Status: ✅  Deploy successful!
Preview URL: https://4e0b64b5.voltagent.pages.dev
Branch Preview URL: https://changeset-release-main.voltagent.pages.dev

View logs

@joggrbot

This comment has been minimized.

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 72 files

@voltagent-bot voltagent-bot force-pushed the changeset-release/main branch from 7b49074 to fb690e6 Compare January 5, 2026 20:20
@omeraplak omeraplak merged commit ffff714 into main Jan 5, 2026
21 checks passed
@omeraplak omeraplak deleted the changeset-release/main branch January 5, 2026 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants